From 9e42f2f67189845c6a88151743f30ad10a73a689 Mon Sep 17 00:00:00 2001 From: real-zephex Date: Mon, 8 Apr 2024 16:57:21 +0530 Subject: prolly the last update to dramalama. --- src/app/manga/[title]/title.module.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/app/manga/[title]/title.module.css') diff --git a/src/app/manga/[title]/title.module.css b/src/app/manga/[title]/title.module.css index 27c3a37..97a4dba 100644 --- a/src/app/manga/[title]/title.module.css +++ b/src/app/manga/[title]/title.module.css @@ -1,6 +1,6 @@ .Main { max-width: 90%; - margin: 0px auto; + margin: 60px auto; } .MangaContainer { @@ -18,7 +18,7 @@ .MangaEntries { display: flex; flex-direction: row; - margin: 10px; + margin: 0px 10px 10px 10px; padding: 10px; border-style: dotted; border-color: #363636 #474747; -- cgit v1.2.3